home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / netzwerk / tcp-ip / netface-beta / cdrun / cdrun.doc < prev    next >
Text File  |  1996-02-26  |  2KB  |  60 lines

  1. CDRun 1.1 - Copyright © 1995 Oliver Roberts
  2.  
  3. Introduction
  4. ------------
  5. This is a very simple command line command, which I decided to write
  6. myself after finding nothing similar on Aminet.  I find CDRun most
  7. useful, especially when running programs that assume that the current
  8. directory is the same as the location of the program (e.g. games).  It
  9. saves me having to write a script to CD to the directory and execute the
  10. command.  It is also very handy when used in conjunction with my
  11. ButtonMenu utility.
  12.  
  13. Usage
  14. -----
  15. CDRun is only intended to be run from a Shell, and under Kickstart 2.0
  16. or higher.  The AmigaDOS template for CDRun is simply:
  17.  
  18.    COMMAND/F
  19.  
  20. Example: CDRun Stuff:Games/SKID2/Skidmarks2
  21.  
  22. Basically, the above will change the current dir to "Stuff:Games/SKID2",
  23. execute Skidmarks2, and when Skidmarks2 is quitted the current directory
  24. will be restored to the original.
  25.  
  26. To run commands asynchronously prefix CDRun with the AmigaDOS Run command.
  27.  
  28.  
  29. Distribution
  30. ------------
  31. CDRun is public domain and freely distributable, mainly as it didn't take
  32. a tremendous effort on my part (it took a few minutes to code).  The source
  33. is provided in this archive - if you use CDRun in your own code please
  34. credit me in the docs or something :)
  35.  
  36.  
  37. Author
  38. ------
  39. I'm the same person who wrote ButtonMenu, F1GP-Ed and F1GP_LapSet.  I can
  40. be contacted at the following internet email address:
  41.  
  42.    O.J.C.Roberts@essex.ac.uk
  43.  
  44. and on the World Wide Web:
  45.  
  46.    http://cswww2.essex.ac.uk/users/robeoy/
  47.  
  48.  
  49. History
  50. -------
  51. V1.1 - 4 August 1995
  52.  
  53. Compiled with resident option (should have done this the first time!).
  54. This means the CDRun executable is now pure, and can be used with the
  55. AmigaDOS resident command.
  56. =========================================================================
  57. V1.0 - 16 July 1995
  58.  
  59. First release.
  60.